Fibonacci Split

On this page, I describe a game I've dubbed Fibonacci Split inspired by a mathematical observation my collaborators and I came across in our research. I hope you'll play around with it and that it might in turn inspire more mathematical inquiry.

Fibonacci Numbers

The Fibonacci numbers are a sequence of numbers beginning with $F_0=0$ and $F_1=1$ generated by the recursive rule that for $i\geq2$, $$F_{n}=F_{n-1}+F_{n-2}.$$ The first few terms of the Fibonacci sequence are $$0, 1, 1, 2, 3, 5, 8, 13, 21, \ldots.$$ This sequence of numbers appears often both in mathematical research and in nature.

The Game

While working on a paper, my co-authors and I encountered the identity $$F_{i} + F_{i+4} = 3F_{i+2}\text{ for }i\geq0,$$ and while verifying this identity, we found the process of splitting and re-combining the Fibonacci terms really fun! We can represent each Fibonacci term by a tile indicating its offset from the index $i$ (for example, $F_{i+4}$ corresponds to ). The Fibonacci recurrence allows us two kinds of moves for $n\geq2$:
  1. $\rightarrow$ ("splitting"), and
  2. $\rightarrow$ ("combining").
Try applying these moves below (clicking twice on a tile to split and clicking on two tiles to combine) to see if you can verify the identity used in our paper (the end result should look like ).
0,4
Game 1: The original identity with initial state .
I wanted to try to turn this little exercise into a game. The goal in our paper was to replace the left-hand side of the identity with a simpler expression, so our goal in this game will be to try to end with as few distinct values in our tiles as possible. Because we want our identities to be valid for all $i\geq0$, we won't allow ourselves to split the tiles or .
0,1,1,1,4
Game 2: Try to work this game down to only one distinct value.
There definitely appear to be initial states that can't be combined into a state of all one value. I couldn't accomplish this feat in the following.
0,2,5
Game 3: Try to work this game down to as few distinct values as you can.

Further Questions

Playing around with this game has raised some interesting questions for me. I'll list some of these questions below, and if you find yourself wondering "what if...?" while playing, I hope you'll tell me about it!